From 8829d12ac0f9e3f7b01f276cd966c5a39497da92 Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Tue, 25 Apr 2017 13:36:51 +0100 Subject: [PATCH] 8250-uart: Fix typo in the header Signed-off-by: Julien Grall Acked-by: Andrew Cooper --- xen/include/xen/8250-uart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/xen/8250-uart.h b/xen/include/xen/8250-uart.h index c6b62c8cf4..5c3bac3322 100644 --- a/xen/include/xen/8250-uart.h +++ b/xen/include/xen/8250-uart.h @@ -42,7 +42,7 @@ #define UART_IER_ELSI 0x04 /* rx line status */ #define UART_IER_EMSI 0x08 /* MODEM status */ -/* Interrupt Identificatiegister */ +/* Interrupt Identification Register */ #define UART_IIR_NOINT 0x01 /* no interrupt pending */ #define UART_IIR_IMA 0x06 /* interrupt identity: */ #define UART_IIR_LSI 0x06 /* - rx line status */ -- 2.30.2